home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9927 < prev    next >
Encoding:
Text File  |  1996-08-05  |  939 b   |  25 lines

  1. Path: news.deltanet.com!usenet
  2. From: Robert Taylor <btaylor@deltanet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Why doesn┤t work _fmemcpy > 64kB
  5. Date: Mon, 04 Mar 1996 21:31:00 -0800
  6. Organization: Delta Internet Services, Anaheim, CA
  7. Message-ID: <313BD194.5777@deltanet.com>
  8. References: <4h45r7$apq@aix11.hrz.uni-oldenburg.de> <4hfpiv$gkp@swordfish.fastnet.co.uk>
  9. NNTP-Posting-Host: ana4003.deltanet.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. David Spencer wrote:
  16. > I haven't looked at your code too closely, but it seems you
  17. > start correctly using huge then for some reason slip back into
  18. > the 16 bit model with the _f stuff.  Try using the huge stuff
  19. > instead and you'll be fine.  I don't know what that is, cos
  20. > I've never used it, but that's the idea.
  21.  
  22. _f functions do not know how to 'roll' the segment correctly.  Use the 
  23. _h functions.
  24.